home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- set ActiveStartspr to 3
- set servicesReseaux to ActiveStartspr
- set startBall to 4
- set servicesReseauxBall to startBall + 5
- set servicesprivesBall to startBall + 7
- set servicesPublicsBall to startBall + 8
- set startHighLightSpr to 13
- set servicesPrives to startHighLightSpr
- set servicesPublics to startHighLightSpr + 1
- set startHotSpot to 15
- set servicesPrivesHS to startHotSpot
- set servicesPublicsHS to startHotSpot + 1
- set ro to rollOver()
- puppetizeExclude(0, ro - (startHotSpot - startHighLightSpr), servicesPrives, servicesPublics)
- case ro of
- servicesReseaux, servicesReseauxBall:
- go(the frame)
- servicesPrivesHS, servicesprivesBall:
- puppetSprite(servicesPrives, 1)
- set the member of sprite servicesPrives to member "servicesReseauxServicesPrives"
- updateStage()
- go(the frame)
- servicesPublicsHS, servicesPublicsBall:
- puppetSprite(servicesPublics, 1)
- set the member of sprite servicesPublics to member "ServicesReseauxServicesPublics"
- updateStage()
- go(the frame)
- otherwise:
- depuppetize(servicesPrives, servicesPublics)
- updateStage()
- go("servicesReseauxClose")
- end case
- end
-
- on exitFrame
- go(the frame)
- end
-